Skip to content

python: use importlib if available#21

Open
williamspatrick wants to merge 1 commit intoAspeedTech-BMC:masterfrom
williamspatrick:master
Open

python: use importlib if available#21
williamspatrick wants to merge 1 commit intoAspeedTech-BMC:masterfrom
williamspatrick:master

Conversation

@williamspatrick
Copy link
Copy Markdown

pkg_resources is deprecated for newer versions of Python and is no
longer supported in the Python version (3.14) used by the latest
OpenEmbedded.

importlib has been available since 3.7 and is the recommended
replacement. Use importlib instead when available.

Signed-off-by: Patrick Williams patrick@stwcx.xyz

pkg_resources is deprecated for newer versions of Python and is no
longer supported in the Python version (3.14) used by the latest
OpenEmbedded.

importlib has been available since 3.7 and is the recommended
replacement.  Use importlib instead when available.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant